object Form25: TForm25 Left = 217 Top = 167 BorderStyle = bsDialog Caption = 'Add new category' ClientHeight = 162 ClientWidth = 233 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel3: TPanel Left = 0 Top = 0 Width = 233 Height = 41 Align = alTop BevelOuter = bvNone Color = clWindow TabOrder = 0 object Label1: TLabel Left = 24 Top = 16 Width = 111 Height = 16 Caption = 'Add new category.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end end object Panel1: TPanel Left = 0 Top = 121 Width = 233 Height = 41 Align = alBottom BevelOuter = bvNone TabOrder = 1 object Button1: TButton Left = 24 Top = 8 Width = 75 Height = 25 Caption = 'ok' ModalResult = 1 TabOrder = 0 end object Button2: TButton Left = 128 Top = 8 Width = 75 Height = 25 Caption = 'cancel' ModalResult = 2 TabOrder = 1 end end object Panel2: TPanel Left = 0 Top = 119 Width = 233 Height = 2 Align = alBottom BevelOuter = bvLowered TabOrder = 2 end end